lcDrwAddMlineStyle Home

Adds a new multiline style into a drawing.

 HANDLE lcDrwAddMlineStyle (
   HANDLE hDrw,
   LPCWSTR szName
 );

Parameters
hDrw
  Handle to a drawing object.
szName
  Style name. Must be different from exist dimension styles.

Return Value

  Handle to the new multiline style.
If the function fails, the return value is NULL.

See Also

  Code sample,   Multiline